Get Characters
Command Prototype
sRet = StrGetAt(sText,iPos)
Command Description
Get the characters at the specified positions
Parameter Description
- Required Parameter
- sText--The string to operate on
- iPos--The positions at which to get characters
- return
- sRet--The variable used to save the output of the function call